home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programmer's Power Pack / Delphi Volume 1.iso / s_to_z / spread25 / chkbk.dfm / chkbk.txt
Text File  |  1996-09-15  |  1KB  |  59 lines

  1. object Form1: TForm1
  2.   Left = 103
  3.   Top = 116
  4.   Width = 482
  5.   Height = 300
  6.   Caption = 'Check Book Assistant'
  7.   Font.Color = clBlack
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   OnCreate = FormCreate
  13.   TextHeight = 13
  14.   object Spread1: TSpread
  15.     Left = 6
  16.     Top = 38
  17.     Width = 465
  18.     Height = 227
  19.     ColCount = 6
  20.     DefaultRowHeight = 18
  21.     FixedCols = 0
  22.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goEditing, goTabs]
  23.     RowCount = 20
  24.     TabOrder = 0
  25.     Showoptions = ssformulas
  26.     ShowZeros = False
  27.     CalcOrder = coRows
  28.     CalcOnChange = True
  29.     DefaultCellformat = ffNumber
  30.     DefaultCellType = ctformula
  31.     Decimals = 2
  32.     StretchBitmap = False
  33.     DefaultCellAlignment = taLeftJustify
  34.     OnButtonClick = Spread1ButtonClick
  35.   end
  36.   object BitBtn1: TBitBtn
  37.     Left = 11
  38.     Top = 10
  39.     Width = 89
  40.     Height = 23
  41.     Caption = '&Load from File'
  42.     TabOrder = 1
  43.     OnClick = BitBtn1Click
  44.   end
  45.   object OpenDialog1: TOpenDialog
  46.     FileName = '*.*'
  47.     Filter = 'All Files (*.*)|*.*'
  48.     Left = 316
  49.     Top = 14
  50.   end
  51.   object SaveDialog1: TSaveDialog
  52.     FileName = '*.*'
  53.     Filter = 'All Files (*.*)|*.*'
  54.     Options = [ofOverwritePrompt]
  55.     Left = 377
  56.     Top = 14
  57.   end
  58. end
  59.